/*global css*/

* {
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    outline-style: none !important;
    -webkit-text-size-adjust: none;
    /*-behavior:url(img/iepngfix.htc);*/
    /* behavior: url(img/ie-css3.htc); */
}

body {
    font-size: 12px;
    color: #333;
}

td,
th,
div,
input,
select,
textarea,
li,
ol,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    color: inherit;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
    padding: 0;
    margin: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333
}

a:hover {
    color: #333;
    text-decoration: none;
}


/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/

.fz-12px {
    font-size: 12px;
}

.fz-14px {
    font-size: 14px;
}

.fz-16px {
    font-size: 16px;
}

.fz-24px {
    font-size: 24px;
}

.fz-40px {
    font-size: 40px;
}

.fz-60px {
    font-size: 60px;
}

.fc-red {
    color: #ff0000;
}

.fc-gory {
    color: #666;
}

.fc-999 {
    color: #999;
}

.fc-white {
    color: #fff;
}

.fc-yellow {
    color: #ff6600;
}

.flh-150 {
    line-height: 150%;
}

.flh-180 {
    line-height: 180%;
}

.bg-ddd {
    background-color: #ddd;
}

.bg-eee {
    background-color: #eee;
}

.bg-f7f7f7 {
    background-color: #f7f7f7;
}

.box-shadow-none {
    box-shadow: none;
}

.text-indent {
    text-indent: 2em;
}

.bold {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 2px 0 0 #ddd;
}


/* .loading {
    position: fixed;
    z-index: 1000;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.page-header .phone-fax {
    line-height: 1.8;
    display: inline-block;
}

#top-navbar {
    top: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
}

#top-navbar .page-header .language {
    transform: translateY(-12px);
}

#top-navbar .logo {
    height: 46px;
}

#top-navbar .nav-item .dropdown-menu {
    top: 60px;
}

#top-navbar .nav-item .dropdown-menu::before {
    position: absolute;
    left: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #333;
    opacity: 0.1;
}

#top-navbar .nav-item .dropdown-menu::after {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    top: -8px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

#top-navbar .nav-item .nav-link {
    font-size: 14px;
    text-shadow: -1px 0 rgba(255, 255, 255, 0.40), 0 1px rgba(255, 255, 255, 0.40), 1px 0 rgba(255, 255, 255, 0.40), 0 -1px rgba(255, 255, 255, 0.40);
}

#top-navbar .nav-item.active>.nav-link {
    color: #2196F3;
    font-weight: 400;
    /* border-bottom: #2196F3 1px solid; */
}

#carouselExampleIndicators .carousel-item {
    height: 480px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.p-title {
    text-align: center;
    padding: 70px 0 30px;
}

.p-title h2 {
    font-size: 24px;
}

.p-title h4 {
    font-size: 14px;
    line-height: 2.5;
    color: #999;
}

.p-title .info {
    font-size: 16px;
    line-height: 2.5;
    color: #999;
}

.prod-nav a.nav-link {
    color: #333;
}

.img-background {
    background-position: center;
    background-size: cover;
}

.float-toolbar {
    position: fixed;
    right: 5px;
    z-index: 300;
    bottom: 10%;
}
.footer{
    background-color: #06477B;
}
.footer .border-top{
    border-top: 1px solid rgba(127, 127, 127, 0.30) !important;
}
.footer .list .item {
    line-height: 2.2;
    font-size: 14px;
    color: #999;
}

.footer .list .item h5 {
    line-height: 2.2;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

#top-navbar div.logo {
    display: none;
}
.hidden{
	display:none !important;
}
.home-page,
.category-page,
.article-page {
    padding-top: 80px;
}

.home-page .section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page .section-1 #slides-box {
    overflow: hidden;
    position: relative;
}
.home-page .section-7 #slide-certs {
    overflow: hidden;
    position: relative;
}

.home-page .section-7 #slide-certs .swiper-button-next,
.home-page .section-7 #slide-certs .swiper-button-prev {
    background-color:#ffffff00;
	padding:5px;
	border-radius:5px;
	color:#aaa;
}

.home-page .section-7 #slide-certs .swiper-button-prev{
	left:0;
}
.home-page .section-7 #slide-certs .swiper-button-next{
	right:0;
}
.home-page .section-2 {
    background-size: auto;
    background-repeat: repeat;
}

.home-page .section-2 .cate-item {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    background-color: #fff;
}

.home-page .section-2 .cate-item .effect-layla {
    padding: 3em;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-page .section-2 .cate-item .effect-layla .h-line {
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 63.6%;
    height: 53.2%;
    display: none\0;
}

.home-page .section-2 .cate-item .effect-layla .v-line {
    position: absolute;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 53.2%;
    height: 63.6%;
    display: none\0;
}

.home-page .section-2 .cate-item .effect-layla .title {
    font-size: 16px;
    color: #fff;
    max-width: 75%;
}


.home-page .prod-list .card {
    overflow: hidden;
}

.home-page .prod-list img.prod-img {
    transition: all 300ms ease-in-out;
}

.home-page .prod-list img.prod-img:hover {
    transform: scale(1.3)
}

.home-page .news-panel {
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.home-page .news-list .news-img {
    width: 72px;
    height: 72px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    float: left;
}

.home-page .news-list a {
    font-size: 16px;
    line-height: 1.8;
    color: #888;
}

.home-page .news-list .news-date {
    font-size: 12px;
    line-height: 2.4;
    display: inline-block;
}

.home-link .link-item {
    color: #666;
}

.home-link .link-item img {
    max-height: 25px;
}

.home-page .home-prod {
    position: relative;
}

.home-page .home-prod .watermark {
    color: #ddd;
    font-size: 58px;
    font-weight: 900;
    position: absolute;
    z-index: -1;
}

.home-page .home-prod .watermark.left {
    transform: rotate(90deg) translate(30%, 50%);
}

.home-page .home-prod .watermark.right {
    right: 0;
    bottom: 0;
    transform: rotate(270deg) translate(30%, 50%);
}

.home-page #top-navbar .nav-item .nav-link {
    text-shadow: none;
    border-bottom: none;
}

.home-page.light-style #top-navbar div.logo {
    background-image: url(logo-w.png);
}

.home-page.dark-style #top-navbar div.logo {
    background-image: url(logo.png);
}

.home-page.light-style #top-navbar .nav-item .nav-link {
    color: #fff;
}

.home-page.dark-style #top-navbar .nav-item .nav-link {
    color: #333;
}

.home-page.light-style .phone-fax div {
    color: #fff;
}

.home-page.dark-style .phone-fax div {
    color: #333;
}

.home-page.light-style .language a.cn {
    background: #fff;
    color: #333;
}

.home-page.light-style .language a.eng {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.home-page.light-style #pp-nav a span {
    border-radius: 0;
    border-color: #fff !important;
}

.home-page.light-style #pp-nav a.active span {
    background: #fff;
}

.home-page.dark-style #pp-nav a span {
    border-radius: 0;
    border-color: #333 !important;
}

.home-page.dark-style #pp-nav a.active span {
    background: #333;
}

.home-page .home-about .about-content {
    font-size: 15px;
    text-indent: 2em;
    line-height: 1.8;
}

.home-page .page-title {
    position: fixed;
    z-index: 20;
    top: 45%;
    left: -20px;
    transform: rotate(270deg);
    opacity: 1;
}

.home-page .page-title .title {
    width: 120px;
    display: inline-block;
    text-align: center;
    transform: translateX(-30px);
}

.home-page .page-title .line-l,
.home-page .page-title .line-r {
    width: 60px;
}

.home-page.light-style .page-title .line-l,
.home-page.light-style .page-title .line-r {
    border-bottom: #fff 2px solid;
}

.home-page.dark-style .page-title .line-l,
.home-page.dark-style .page-title .line-r {
    border-bottom: #333 2px solid;
}

.home-page .page-title .line-l {
    transform: translate(-70px, -14px);
}

.home-page .page-title .line-r {
    transform: translate(70px, -14px);
}

.home-page .page-title .title {
    font-size: 16px;
}

.home-page.light-style .page-title {
    color: #fff;
}

.home-page.dark-style .page-title {
    color: #333;
}


/* .home-page .home-case  {
    height: 500px;
    margin: 0 auto 0
}
.home-page .home-case .roundabout-holder {
	list-style: none;
	width: 100%;
	height: 300px;
	margin: 0 auto
} */

.home-page #case-list .card {
    width: 50%;
}

.home-page .link-panel {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.9);
}

.home-page.light-style .copyright {
    color: #fff;
}

.home-page.dark-style .copyright {
    color: #333;
}

.home-page .slides .slide-item {
    display: none;
}

.home-page #time-indicator {
    height: 3px;
    background-color: red;
    position: absolute;
    left: 0;
    z-index: 50;
}

.home-page .slides .slide-item.active {
    display: block;
}

.home-page .slides .panel {
    display: block;
}

.home-page .swiper-container {
    width: 100%;
    height: 50%;
    margin: 20px auto;
}
.home-page #slides-box .swiper-slide{
    height: 800px;
}
.home-page .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page .swiper-slide a.block {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.home-page .swiper-btns {
    position: absolute;
    z-index: 10;
    top: 50%;
    height: 44px;
    margin-top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.home-page .swiper-btns .swiper-button-prev {
    left: -22px;
    color: #fff;
    background-image: none;
}

.home-page .swiper-btns .swiper-button-next {
    right: -22px;
    color: #fff;
    background-image: none;
}

.home-page .swiper-slide a.card-text {
    display: block;
    max-width: 360px;
}

.home-page .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.home-page .swiper-pagination .swiper-pagination-bullet {
    margin: 5px;
    padding: 5px;
    opacity: 0.8;
    background-color: #fff;
}

.home-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    display: inline-block;
    opacity: 1;
}

.home-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border: 1px solid #fff;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translate(-8px, -8px);
}
.home-page .home-about .img-list .img-item {
    height: 200px;
}

.home-page #slide-certs .swiper-slide {
    height: 375px;
}

.home-page .about-img {
    height:200px;
}

.side-panel {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.side-panel .side-header .title {
    font-size: 20px;
    padding-left: 15px;
    border-left: 2px solid #2196F3;
}

.side-panel .list-group-item {
    background-color: transparent;
    font-size: 14px;
    border-top-width: 0;
    border-bottom-color: #eaeaea;
}

.side-panel .list-group-item.active {
    color: #2196F3;
}

.side-panel .list-group-item:last-child {
    border-bottom: 1px solid #eaeaea !important;
}

.side-panel .list-group-item::before {
    content: " · ";
    position: absolute;
    left: 5px;
}
.side-panel .prod-list .prod-desc{
    height: 2.8em;
    overflow: hidden;
    position: relative;
    word-break: break-all;
}
.side-panel .prod-list .prod-desc::after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
}
.page-header .page-title h2 {
    font-size: 20px;
}

.list-unstyled .media .item-img {
    max-width: 160px;
}

.list-unstyled .media h4 {
    font-size: 16px;
}

.list-unstyled .media p {
    font-size: 14px;
    color: #888;
}

.article-page .pics-view .pics-list {
    display: flex;
    justify-content: space-around;
}

.article-page .pics-view .pics-show {
    height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.article-page .pics-view .pics-list .pic-item img {
    max-width: 80px;
    max-height: 80px;
    margin: 3px;
}

.article-page .pics-view .pics-list .active {
    border: #ddd 1px solid;
}

.article-page .pics-view .pics-list {
    margin-top: 15px;
}

.article-page .pics-list .prod-pic a {
    display: block;
}

.article-page .prod-list .title {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    border-left: 2px solid #2196F3;
    color: #333;
    padding-left: 15px;
}

.article-page #myTabContent .tab-pane {
    padding-top: 20px;
}
.article-page .down-list .list-group-item {
    line-height: 2;
}

.art-view {
    line-height: 2.2;
    font-size: 16px;
    word-break: break-all;
}

.art-view p {
    margin-bottom: 0;
    position: relative;
    text-indent: 2em;
}
.art-view a {
    color: #888;

}

.article-page .art-view .nav-item a {
    font-size: 16px;
}

.article-page .prod-breadcrumb {
    margin-left: -15px;
}
.art-view .middot{
    width: 1em;
    display: inline-block;
    overflow: hidden;
    height: 1em;
    position: absolute;
    left: -1em;
    top:0.8em;
}
.art-view .middot::after{
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-color: #2196F3;
    border-radius: 5px;
    position: absolute;
}
.art-view td,
.art-view th{
    text-indent:0;
    padding-left:8px ;
    padding-right: 8px;
}
.art-view img {
    margin-left: -2em;
}
.article-page .product-content {
    padding-left: 2em;
    font-size: 14px;
}
.article-page .product-content p{
    text-indent: 0;
}
.article-page ul.contact li {
    font-size: 16px;
    line-height: 1.8;
}

.article-page ul.contact li b {
    width: 80px;
    display: inline-block;
}

.article-page .product-content h2 {
    line-height: 2.2;
    font-size: 16px;
    color: #2196F3;
    font-weight: 600;
}

.main-panel .page-title h2 {
    border-left: 2px solid #2196F3;
    padding-left: 15px;
}

.list-verification .row {
    margin-bottom: 72px;
}

.list-verification .row:last-child {
    margin-bottom: 0;
}

.list-verification h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8em;
}

.list-verification h3 {
    font-size: 20px;
    line-height: 1.8em;
}

.list-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-image: url(product.jpg);
    background-repeat: no-repeat;
}
.category-page .pord-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-image: url(product.jpg);
    background-repeat: no-repeat;
}
.article-page .pord-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-image: url(prod.jpg);
    background-repeat: no-repeat;
}
.list-banner .container {
    height: 100%;
}

.list-banner .word {
    color: #fff;
    font-size: 32px;
}

.prod-breadcrumb {
    border: 1px solid #dee2e6;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

@media (max-width: 960px) {
    .home-page #slides-box .swiper-slide {
        height: 360px;
    }
}

@media (max-width: 720) {
    .home-page #slides-box .swiper-slide {
        height: 280px;
    }
    .home-page .swiper-btns {
        width: 80%;
    }
}

@media (max-width: 540px) {
    .home-page #slides-box .swiper-slide {
        height: 180px;
    }
    .home-page #slide-certs .swiper-slide {
        height: 240px;
        background-size: contain;
    }
    .home-page #slide-certs .swiper-btns {
        width: 100%;
    }
    .home-page .section-1 .swiper-btns {
        width: 80%;
    }
    .home-page .section-7 .container.home-cert{
        padding-left: 0;
        padding-right: 0;
    }
    .home-page .section-2 .cate-panel h4{
        font-size: 12px;
    }
    .home-page .home-about .img-list .img-item {
        height: 100px;
    }
    #top-navbar {
        height: auto;
        z-index: 20;
    }
    .home-page .categorys .btn-group {
        display: block;
    }
    .home-page .categorys .btn {
        width: 100%;
    }
    .home-page #case-list .swiper-slide {
        height: auto;
    }
    .home-page #case-list .swiper-wrapper {
        display: block;
    }
    .home-page #case-list .card {
        width: 100%;
        margin-bottom: 20px;
    }
    .side-panel {
        display: none;
    }
	.list-unstyled .media img.mx-3 {
        margin-right: 0 !important;
    }
    .list-unstyled .media {
        display: block;
        margin-right: 0 !important;
    }
    .list-unstyled .media .item-img {
        max-width: 100%;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    .list-unstyled .media .media-body {
        margin-bottom: 25px;
    }
    .pord-banner,
    .list-banner {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 160px;
    }

    .list-banner .word {
        font-size: 20px;
    }
    .article-page .pics-view .pics-list .pic-item img {
        max-width: 56px;
        max-height: 56px;
    }
    .art-view {
        line-height: 1.5;
        font-size: 14px;
		overflow: hidden;
    }
    .art-view table{
        width: 100% !important;
        font-size: 12px;
    }
    .home-page .link-panel{
        padding: 15px;
    }
	.article-page .prod-breadcrumb {
		margin-left: 0;
	}
}

@media print{
	.list-banner{
		display:none;
	}
	#top-navbar{
		display:block;
	}
	.float-toolbar{
		display:none !important;
	}
	@page{
		margin:1.5cm 0.5cm;
	}
}